Sample: Readings export for confirmed billing data
This sample shows a Readings Export request file for requesting data that has been confirmed for billing. The RunTask operation is marked in bold. The sample uses some of the parameters on the Readings XML Export task template, such as FilterBySignificanceID and Confirmed. The document that is created by the Readings Export is returned in the results document.
Copy
<?xml version="1.0" encoding="utf-8"?>
<Task xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RunTask Template="DefaultReadingXmlExportApi" ReturnType="String">
<Parameters>
<Parameter Name="StartDate" Value="2001-01-31T23:15:00Z" Index="0" />
<Parameter Name="EndDate" Value="2001-02-01T03:15:00Z" Index="0" />
<Parameter Name="EntityID" Value="02494" Index="0" />
<Parameter Name="CorrelationID" Value="8675309" Index="0" />
<Parameter Name="FilterBySignificanceID" Value="Billing" Index="0" />
<Parameter Name="Confirmed" Value="true" Index="0" />
</Parameters>
</RunTask>
</Task>